2020-06-06 08:31:15.834 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:15.835 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:15.835 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:31:18.080 7 ERROR rally.cli.cliutils 2020-06-06 08:31:19.571 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:19.571 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:19.571 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:23.238 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:23.238 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:23.239 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:27.417 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:27.417 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:27.417 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:28.801 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:28.801 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:28.801 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:31:30.703 17 ERROR rally.cli.cliutils 2020-06-06 08:31:32.309 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:32.309 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:32.310 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:34.428 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:31:34.492 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c8756001-5c7b-4802-8e35-e14f96d697a2/repo. 2020-06-06 08:31:34.703 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c8756001-5c7b-4802-8e35-e14f96d697a2/repo'... done. ' 2020-06-06 08:31:34.716 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:31:34.737 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:31:34.780 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:31:35.504 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c8756001-5c7b-4802-8e35-e14f96d697a2) has been successfully created! 2020-06-06 08:31:37.190 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:37.190 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:37.191 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:41.485 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:41.485 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:41.485 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:43.551 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c8756001-5c7b-4802-8e35-e14f96d697a2) for deployment 'opnfv-rally' (UUID=c9555241-542c-480f-86b2-1ef69dbff690). 2020-06-06 08:31:43.992 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c8756001-5c7b-4802-8e35-e14f96d697a2) has been successfully configured for deployment 'opnfv-rally' (UUID=c9555241-542c-480f-86b2-1ef69dbff690)! 2020-06-06 08:31:53.322 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:31:53.322 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:31:53.323 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:31:55.411 34 INFO rally.api [-] Starting verification (UUID=aaaff93e-5368-45d1-b3a3-7f6fa7667842) for deployment 'opnfv-rally' (UUID=c9555241-542c-480f-86b2-1ef69dbff690) by verifier 'opnfv-tempest' (UUID=c8756001-5c7b-4802-8e35-e14f96d697a2). 2020-06-06 08:31:56.119 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:31:56.119 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c8756001-5c7b-4802-8e35-e14f96d697a2/for-deployment-c9555241-542c-480f-86b2-1ef69dbff690/tempest.log' to option 'log_file'. 2020-06-06 08:31:56.120 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c8756001-5c7b-4802-8e35-e14f96d697a2/for-deployment-c9555241-542c-480f-86b2-1ef69dbff690/tempest.log 2020-06-06 08:31:56.120 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:31:56.121 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c8756001-5c7b-4802-8e35-e14f96d697a2/for-deployment-c9555241-542c-480f-86b2-1ef69dbff690/lock_files' to option 'lock_path'. 2020-06-06 08:31:56.121 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c8756001-5c7b-4802-8e35-e14f96d697a2/for-deployment-c9555241-542c-480f-86b2-1ef69dbff690/lock_files 2020-06-06 08:31:56.121 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:31:56.122 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-06 08:31:56.122 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5baa9aae-5c6b-4190-8f9b-b929daf02f42 2020-06-06 08:31:56.122 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 94606d5c-0d93-4f89-8c19-3ab746a71551 2020-06-06 08:31:56.123 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6a627865-882c-4216-845e-0717959c5ed0 2020-06-06 08:31:56.124 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7b61b382-7906-4ea4-868e-cc4eb3f89f78 2020-06-06 08:31:56.371 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:31:56.372 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_ede88dac-7f11-4dc9-a59c-9a94e2794feb 2020-06-06 08:31:56.373 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:31:56.470 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:31:56.509 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 08:31:56.509 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_aaaff93e_jhq547dW' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 08:31:56.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_aaaff93e_jhq547dW' (ID = 4c6a9775-f985-46be-b437-545aaa4a1322) has been successfully created! 2020-06-06 08:31:56.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4c6a9775-f985-46be-b437-545aaa4a1322' to option 'instance_type'. 2020-06-06 08:31:56.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4c6a9775-f985-46be-b437-545aaa4a1322 2020-06-06 08:31:56.552 34 INFO rally.task.context [-] Verification c8756001-5c7b-4802-8e35-e14f96d697a2 | Context tempest@default setup() finished in 0.89 sec 2020-06-06 08:31:56.553 34 INFO rally.task.context [-] Verification c8756001-5c7b-4802-8e35-e14f96d697a2 | Context testr@default setup() finished in 0.53 msec 2020-06-06 08:31:56.553 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/36a959a9-1ca7-419f-abf1-29524c265d1c'. 2020-06-06 08:32:02.468 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.169s] 2020-06-06 08:32:02.590 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.257s] 2020-06-06 08:32:02.660 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.070s] 2020-06-06 08:32:21.801 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.106s] 2020-06-06 08:32:23.745 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.662s] 2020-06-06 08:32:24.244 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.497s] 2020-06-06 08:32:24.773 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.530s] 2020-06-06 08:32:25.277 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.503s] 2020-06-06 08:32:25.992 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.190s] 2020-06-06 08:32:26.048 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.771s] 2020-06-06 08:32:26.599 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.550s] 2020-06-06 08:32:27.283 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.684s] 2020-06-06 08:32:27.706 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.423s] 2020-06-06 08:32:28.572 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.864s] 2020-06-06 08:32:29.128 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.555s] 2020-06-06 08:32:29.344 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.657s] 2020-06-06 08:32:30.143 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.015s] 2020-06-06 08:32:30.648 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.504s] 2020-06-06 08:32:31.062 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.414s] 2020-06-06 08:32:31.664 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.599s] 2020-06-06 08:32:31.867 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.029s] 2020-06-06 08:32:32.040 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.173s] 2020-06-06 08:32:32.151 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.488s] 2020-06-06 08:32:32.175 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.135s] 2020-06-06 08:32:32.720 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.567s] 2020-06-06 08:32:33.268 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.548s] 2020-06-06 08:32:33.753 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.867s] 2020-06-06 08:32:33.907 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.105s] 2020-06-06 08:32:33.935 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.027s] 2020-06-06 08:32:34.041 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.287s] 2020-06-06 08:32:34.107 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.171s] 2020-06-06 08:32:34.115 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2020-06-06 08:32:34.137 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.022s] 2020-06-06 08:32:34.412 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.371s] 2020-06-06 08:32:34.647 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.234s] 2020-06-06 08:32:34.648 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-06 08:32:34.852 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.584s] 2020-06-06 08:32:35.905 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.382s] 2020-06-06 08:32:41.355 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-06-06 08:32:42.808 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.463s] 2020-06-06 08:32:43.221 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.313s] 2020-06-06 08:32:43.244 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.024s] 2020-06-06 08:32:44.419 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.422s] 2020-06-06 08:32:44.787 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.081s] 2020-06-06 08:32:45.754 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.966s] 2020-06-06 08:32:46.139 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.384s] 2020-06-06 08:32:46.588 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.449s] 2020-06-06 08:32:47.190 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.601s] 2020-06-06 08:32:48.010 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.819s] 2020-06-06 08:32:48.209 34 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.752s] 2020-06-06 08:32:48.710 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.699s] 2020-06-06 08:32:48.794 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.086s] 2020-06-06 08:32:48.815 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2020-06-06 08:32:48.833 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.017s] 2020-06-06 08:32:48.859 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2020-06-06 08:32:49.283 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.864s] 2020-06-06 08:32:50.708 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.161s] 2020-06-06 08:32:51.150 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.865s] 2020-06-06 08:32:51.299 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.149s] 2020-06-06 08:32:51.402 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.102s] 2020-06-06 08:32:52.324 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.128s] 2020-06-06 08:32:55.859 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.444s] 2020-06-06 08:32:56.211 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.352s] 2020-06-06 08:33:01.970 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.216s] 2020-06-06 08:33:02.038 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.634s] 2020-06-06 08:33:02.166 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.128s] 2020-06-06 08:33:02.242 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.272s] 2020-06-06 08:33:02.244 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.078s] 2020-06-06 08:33:05.467 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.476s] 2020-06-06 08:33:11.221 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.976s] 2020-06-06 08:33:16.821 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.111s] 2020-06-06 08:33:16.873 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2020-06-06 08:33:17.174 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.301s] 2020-06-06 08:33:17.331 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.627s] 2020-06-06 08:33:17.499 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2020-06-06 08:33:17.856 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.357s] 2020-06-06 08:33:18.019 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.163s] 2020-06-06 08:33:18.021 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-06 08:33:18.304 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2020-06-06 08:33:18.351 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.047s] 2020-06-06 08:33:18.402 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.050s] 2020-06-06 08:33:18.439 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2020-06-06 08:33:18.454 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2020-06-06 08:33:18.465 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2020-06-06 08:33:18.476 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2020-06-06 08:33:18.527 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.050s] 2020-06-06 08:33:18.544 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.017s] 2020-06-06 08:33:18.594 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.050s] 2020-06-06 08:33:18.607 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2020-06-06 08:33:18.690 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.081s] 2020-06-06 08:33:18.705 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.530s] 2020-06-06 08:33:18.774 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.084s] 2020-06-06 08:33:18.849 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.075s] 2020-06-06 08:33:18.934 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.083s] 2020-06-06 08:33:18.945 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-06-06 08:33:19.000 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.054s] 2020-06-06 08:33:19.050 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.050s] 2020-06-06 08:33:19.097 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.045s] 2020-06-06 08:33:19.160 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.061s] 2020-06-06 08:33:22.005 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.163s] 2020-06-06 08:33:22.051 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.046s] 2020-06-06 08:33:23.395 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.688s] 2020-06-06 08:33:23.452 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.057s] 2020-06-06 08:33:23.548 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.095s] 2020-06-06 08:33:27.201 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.423s] 2020-06-06 08:33:27.525 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.323s] 2020-06-06 08:33:28.115 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.591s] 2020-06-06 08:33:28.532 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.417s] 2020-06-06 08:33:28.765 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.233s] 2020-06-06 08:33:28.932 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.166s] 2020-06-06 08:33:29.100 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.166s] 2020-06-06 08:33:29.252 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.152s] 2020-06-06 08:33:29.409 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.157s] 2020-06-06 08:33:29.752 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.343s] 2020-06-06 08:33:30.086 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.333s] 2020-06-06 08:33:38.431 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.355s] 2020-06-06 08:33:38.731 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.301s] 2020-06-06 08:33:42.667 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-06-06 08:33:47.589 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.539s] 2020-06-06 08:33:47.762 34 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-06 08:33:50.376 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.105s] 2020-06-06 08:33:59.076 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.698s] 2020-06-06 08:34:05.405 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.093s] 2020-06-06 08:34:05.421 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2020-06-06 08:34:05.751 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.329s] 2020-06-06 08:34:05.768 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2020-06-06 08:34:05.779 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2020-06-06 08:34:05.822 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.042s] 2020-06-06 08:34:05.900 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.078s] 2020-06-06 08:34:05.997 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.096s] 2020-06-06 08:34:06.319 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.321s] 2020-06-06 08:34:06.341 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.022s] 2020-06-06 08:34:06.473 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.132s] 2020-06-06 08:34:08.304 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.226s] 2020-06-06 08:34:17.937 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.865s] 2020-06-06 08:34:18.248 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.332s] 2020-06-06 08:34:23.433 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.361s] 2020-06-06 08:34:23.587 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.649s] 2020-06-06 08:34:23.774 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.342s] 2020-06-06 08:34:23.993 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.215s] 2020-06-06 08:34:24.435 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.444s] 2020-06-06 08:34:24.879 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.443s] 2020-06-06 08:34:25.351 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.472s] 2020-06-06 08:34:32.590 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.224s] 2020-06-06 08:34:32.804 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.215s] 2020-06-06 08:34:36.316 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.134s] 2020-06-06 08:34:36.427 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.110s] 2020-06-06 08:34:43.389 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.139s] 2020-06-06 08:35:02.291 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.897s] 2020-06-06 08:35:13.133 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [10.846s] 2020-06-06 08:35:29.522 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.451s] 2020-06-06 08:35:37.863 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [54.906s] 2020-06-06 08:35:46.922 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.391s] 2020-06-06 08:36:06.582 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.704s] 2020-06-06 08:36:14.025 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.101s] 2020-06-06 08:36:19.146 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2020-06-06 08:36:19.156 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2020-06-06 08:36:19.219 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.061s] 2020-06-06 08:36:19.271 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.052s] 2020-06-06 08:36:19.319 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.047s] 2020-06-06 08:36:19.397 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.076s] 2020-06-06 08:36:19.474 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.076s] 2020-06-06 08:36:19.550 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.076s] 2020-06-06 08:36:19.608 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.057s] 2020-06-06 08:36:19.670 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.061s] 2020-06-06 08:36:26.826 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.802s] 2020-06-06 08:36:27.886 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.862s] 2020-06-06 08:36:33.201 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.314s] 2020-06-06 08:36:35.183 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.982s] 2020-06-06 08:36:38.361 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.178s] 2020-06-06 08:36:40.178 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.816s] 2020-06-06 08:36:44.268 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.437s] 2020-06-06 08:36:44.651 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.471s] 2020-06-06 08:36:47.389 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.021s] 2020-06-06 08:36:47.405 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.016s] 2020-06-06 08:36:47.424 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.018s] 2020-06-06 08:36:48.236 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.585s] 2020-06-06 08:36:48.910 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.035s] 2020-06-06 08:36:50.451 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.314s] 2020-06-06 08:36:50.576 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.126s] 2020-06-06 08:36:52.724 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.488s] 2020-06-06 08:36:56.538 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.812s] 2020-06-06 08:36:56.768 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.231s] 2020-06-06 08:36:56.911 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2020-06-06 08:36:57.044 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.132s] 2020-06-06 08:36:57.149 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.103s] 2020-06-06 08:36:57.218 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.069s] 2020-06-06 08:36:57.376 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.157s] 2020-06-06 08:36:57.535 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.159s] 2020-06-06 08:36:57.592 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2020-06-06 08:36:57.643 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2020-06-06 08:37:02.527 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.883s] 2020-06-06 08:37:09.315 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.876s] 2020-06-06 08:37:11.244 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.929s] 2020-06-06 08:37:12.413 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.199s] 2020-06-06 08:37:14.450 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.200s] 2020-06-06 08:37:14.976 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.530s] 2020-06-06 08:37:16.196 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.217s] 2020-06-06 08:37:16.864 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.667s] 2020-06-06 08:37:18.360 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.493s] 2020-06-06 08:37:18.399 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2020-06-06 08:37:20.290 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.503s] 2020-06-06 08:37:22.671 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.257s] 2020-06-06 08:37:30.522 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.851s] 2020-06-06 08:37:34.794 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.272s] 2020-06-06 08:38:11.249 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [36.450s] 2020-06-06 08:38:13.464 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.218s] 2020-06-06 08:38:16.610 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2020-06-06 08:38:22.949 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.085s] 2020-06-06 08:38:23.037 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.088s] 2020-06-06 08:38:23.128 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.091s] 2020-06-06 08:38:23.597 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.468s] 2020-06-06 08:38:23.767 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.170s] 2020-06-06 08:38:24.163 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.394s] 2020-06-06 08:38:24.244 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.080s] 2020-06-06 08:38:24.329 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.085s] 2020-06-06 08:38:24.420 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.091s] 2020-06-06 08:38:24.508 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.088s] 2020-06-06 08:38:24.598 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.089s] 2020-06-06 08:38:24.773 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.173s] 2020-06-06 08:38:24.940 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.165s] 2020-06-06 08:38:25.026 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.087s] 2020-06-06 08:38:25.115 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.089s] 2020-06-06 08:38:30.032 34 INFO rally.task.context [-] Verification c8756001-5c7b-4802-8e35-e14f96d697a2 | Context testr@default cleanup() started 2020-06-06 08:38:30.033 34 INFO rally.task.context [-] Verification c8756001-5c7b-4802-8e35-e14f96d697a2 | Context testr@default cleanup() finished in 0.84 msec 2020-06-06 08:38:30.034 34 INFO rally.task.context [-] Verification c8756001-5c7b-4802-8e35-e14f96d697a2 | Context tempest@default cleanup() started 2020-06-06 08:38:30.192 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_aaaff93e_jhq547dW'. 2020-06-06 08:38:30.335 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_aaaff93e_jhq547dW' has been deleted. 2020-06-06 08:38:30.336 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4c6a9775-f985-46be-b437-545aaa4a1322' of option 'instance_type' from Tempest config file. 2020-06-06 08:38:30.336 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4c6a9775-f985-46be-b437-545aaa4a1322' has been removed. 2020-06-06 08:38:30.343 34 INFO rally.task.context [-] Verification c8756001-5c7b-4802-8e35-e14f96d697a2 | Context tempest@default cleanup() finished in 0.31 sec 2020-06-06 08:38:30.384 34 INFO rally.api [-] Verification (UUID=aaaff93e-5368-45d1-b3a3-7f6fa7667842) has been successfully finished for deployment 'opnfv-rally' (UUID=c9555241-542c-480f-86b2-1ef69dbff690)! 2020-06-06 08:38:32.167 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:38:32.167 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:38:32.168 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:38:34.095 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:38:34.095 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:38:34.095 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:38:36.336 77 INFO rally.api [-] Building 'html' report for the following verification(s): 'aaaff93e-5368-45d1-b3a3-7f6fa7667842' 2020-06-06 08:38:36.373 77 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:38:37.981 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:38:37.981 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:38:37.981 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:38:40.156 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'aaaff93e-5368-45d1-b3a3-7f6fa7667842' 2020-06-06 08:38:40.168 79 INFO rally.api [-] The report has been successfully built.