2020-11-06 16:57:17.632 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:17.632 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:17.632 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:20.371 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-11-06 16:57:20.371 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 16:57:20.371 7 ERROR rally.cli.cliutils 2020-11-06 16:57:22.241 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:22.241 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:22.242 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:27.031 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:27.032 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:27.032 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:31.904 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:31.905 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:31.905 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:33.561 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:33.561 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:33.562 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:36.139 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-11-06 16:57:36.139 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 16:57:36.139 17 ERROR rally.cli.cliutils 2020-11-06 16:57:37.895 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:37.896 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:37.896 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:40.431 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 16:57:40.518 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-278c0ab3-8282-4761-bb9e-c221ae370181/repo. 2020-11-06 16:57:40.811 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-278c0ab3-8282-4761-bb9e-c221ae370181/repo'... done. ' 2020-11-06 16:57:40.826 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 16:57:40.850 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 16:57:40.925 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 16:57:41.789 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=278c0ab3-8282-4761-bb9e-c221ae370181) has been successfully created! 2020-11-06 16:57:43.719 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:43.720 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:43.720 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:49.077 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:57:49.077 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:57:49.078 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:57:51.448 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=278c0ab3-8282-4761-bb9e-c221ae370181) for deployment 'opnfv-rally' (UUID=9c0a4d5c-5f41-4175-9620-2a1d5045b115). 2020-11-06 16:57:52.023 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=278c0ab3-8282-4761-bb9e-c221ae370181) has been successfully configured for deployment 'opnfv-rally' (UUID=9c0a4d5c-5f41-4175-9620-2a1d5045b115)! 2020-11-06 16:58:02.196 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:58:02.196 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:58:02.196 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:58:04.975 34 INFO rally.api [-] Starting verification (UUID=e0dcf029-285f-4eba-a71c-1aae9e89e395) for deployment 'opnfv-rally' (UUID=9c0a4d5c-5f41-4175-9620-2a1d5045b115) by verifier 'opnfv-tempest' (UUID=278c0ab3-8282-4761-bb9e-c221ae370181). 2020-11-06 16:58:05.712 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 16:58:05.713 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-278c0ab3-8282-4761-bb9e-c221ae370181/for-deployment-9c0a4d5c-5f41-4175-9620-2a1d5045b115/tempest.log' to option 'log_file'. 2020-11-06 16:58:05.713 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-278c0ab3-8282-4761-bb9e-c221ae370181/for-deployment-9c0a4d5c-5f41-4175-9620-2a1d5045b115/tempest.log 2020-11-06 16:58:05.714 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 16:58:05.714 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-278c0ab3-8282-4761-bb9e-c221ae370181/for-deployment-9c0a4d5c-5f41-4175-9620-2a1d5045b115/lock_files' to option 'lock_path'. 2020-11-06 16:58:05.714 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-278c0ab3-8282-4761-bb9e-c221ae370181/for-deployment-9c0a4d5c-5f41-4175-9620-2a1d5045b115/lock_files 2020-11-06 16:58:05.715 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 16:58:05.715 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-11-06 16:58:05.715 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0e3ba428-6b39-407f-839a-098a23d3049d 2020-11-06 16:58:05.716 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3a816687-e443-430d-8f5d-80236949f447 2020-11-06 16:58:05.716 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = dcc4da4b-2092-4d9f-98b1-ce45e0218a9c 2020-11-06 16:58:05.717 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bd8cedb6-0d66-4609-af2d-d6401f883285 2020-11-06 16:58:06.153 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 16:58:06.153 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_fa0006f7-c21e-4fbe-a307-ea81379d3716 2020-11-06 16:58:06.154 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 16:58:06.248 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 16:58:06.291 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 16:58:06.291 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e0dcf029_0aEp0lCr' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 16:58:06.329 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e0dcf029_0aEp0lCr' (ID = 09a50f05-b092-460a-b7be-faa2b25c7a09) has been successfully created! 2020-11-06 16:58:06.330 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '09a50f05-b092-460a-b7be-faa2b25c7a09' to option 'instance_type'. 2020-11-06 16:58:06.330 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 09a50f05-b092-460a-b7be-faa2b25c7a09 2020-11-06 16:58:06.331 34 INFO rally.task.context [-] Verification 278c0ab3-8282-4761-bb9e-c221ae370181 | Context tempest@default setup() finished in 1.12 sec 2020-11-06 16:58:06.332 34 INFO rally.task.context [-] Verification 278c0ab3-8282-4761-bb9e-c221ae370181 | Context testr@default setup() finished in 0.44 msec 2020-11-06 16:58:06.332 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/db9b433e-2fa2-4594-add6-5513ad183d10'. 2020-11-06 16:58:12.244 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.258s] 2020-11-06 16:58:12.378 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.244s] 2020-11-06 16:58:12.469 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.090s] 2020-11-06 16:58:14.438 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.449s] 2020-11-06 16:58:33.671 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.364s] 2020-11-06 16:58:33.933 34 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-11-06 16:58:33.934 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON ... skip: b'Metadata is read-only on non-Xen-based deployments.' 2020-11-06 16:58:34.691 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2020-11-06 16:58:36.985 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.025s] 2020-11-06 16:58:37.006 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.019s] 2020-11-06 16:58:37.030 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-11-06 16:58:37.304 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.114s] 2020-11-06 16:58:37.324 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.019s] 2020-11-06 16:58:37.679 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.354s] 2020-11-06 16:58:37.697 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.018s] 2020-11-06 16:58:37.716 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2020-11-06 16:58:37.755 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.038s] 2020-11-06 16:58:37.860 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.104s] 2020-11-06 16:58:37.966 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.106s] 2020-11-06 16:58:38.363 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.396s] 2020-11-06 16:58:38.395 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.032s] 2020-11-06 16:58:38.560 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.165s] 2020-11-06 16:58:38.940 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.035s] 2020-11-06 16:58:39.211 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.269s] 2020-11-06 16:58:39.390 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.180s] 2020-11-06 16:58:40.634 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.472s] 2020-11-06 16:58:46.495 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.578s] 2020-11-06 16:58:46.626 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.178s] 2020-11-06 16:58:46.667 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.172s] 2020-11-06 16:58:46.801 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.175s] 2020-11-06 16:58:47.212 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.411s] 2020-11-06 16:58:47.363 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.149s] 2020-11-06 16:58:47.364 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-11-06 16:58:48.575 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2020-11-06 16:58:48.607 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.031s] 2020-11-06 16:58:48.792 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.184s] 2020-11-06 16:58:48.801 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2020-11-06 16:58:48.817 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2020-11-06 16:58:49.289 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.300s] 2020-11-06 16:58:50.809 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.290s] 2020-11-06 16:58:50.844 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.035s] 2020-11-06 16:58:53.818 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.181s] 2020-11-06 16:58:55.384 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.095s] 2020-11-06 16:58:57.223 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.838s] 2020-11-06 16:58:57.434 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.211s] 2020-11-06 16:58:57.504 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.070s] 2020-11-06 16:58:59.546 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.064s] 2020-11-06 16:59:05.214 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.668s] 2020-11-06 16:59:08.441 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.935s] 2020-11-06 16:59:08.517 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.076s] 2020-11-06 16:59:08.571 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.052s] 2020-11-06 16:59:10.323 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.109s] 2020-11-06 16:59:16.968 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.644s] 2020-11-06 16:59:20.814 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.675s] 2020-11-06 16:59:23.094 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.125s] 2020-11-06 16:59:29.854 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.759s] 2020-11-06 16:59:29.873 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [14.080s] 2020-11-06 16:59:29.922 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.051s] 2020-11-06 16:59:30.269 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.346s] 2020-11-06 16:59:33.563 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [3.293s] 2020-11-06 16:59:34.195 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.128s] 2020-11-06 16:59:34.367 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.171s] 2020-11-06 16:59:34.702 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.849s] 2020-11-06 16:59:34.832 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.465s] 2020-11-06 16:59:35.008 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.175s] 2020-11-06 16:59:35.009 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-11-06 16:59:40.360 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.796s] 2020-11-06 16:59:40.445 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.085s] 2020-11-06 16:59:40.506 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.060s] 2020-11-06 16:59:41.411 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.708s] 2020-11-06 16:59:43.682 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.526s] 2020-11-06 16:59:44.042 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.359s] 2020-11-06 16:59:45.528 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.487s] 2020-11-06 16:59:46.021 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.491s] 2020-11-06 16:59:46.353 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.333s] 2020-11-06 16:59:46.524 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.170s] 2020-11-06 16:59:46.700 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.176s] 2020-11-06 16:59:46.986 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.286s] 2020-11-06 16:59:47.087 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.100s] 2020-11-06 16:59:47.265 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.176s] 2020-11-06 16:59:47.616 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.351s] 2020-11-06 16:59:47.689 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.276s] 2020-11-06 16:59:47.955 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.267s] 2020-11-06 16:59:48.118 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.162s] 2020-11-06 16:59:48.238 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.120s] 2020-11-06 16:59:48.302 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2020-11-06 16:59:48.362 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.058s] 2020-11-06 16:59:48.468 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2020-11-06 16:59:48.569 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.100s] 2020-11-06 16:59:48.652 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.082s] 2020-11-06 16:59:48.850 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.199s] 2020-11-06 16:59:50.444 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.193s] 2020-11-06 16:59:52.089 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.643s] 2020-11-06 16:59:52.566 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.477s] 2020-11-06 16:59:54.535 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.968s] 2020-11-06 16:59:54.969 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.432s] 2020-11-06 16:59:55.818 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.967s] 2020-11-06 16:59:56.055 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.085s] 2020-11-06 16:59:56.861 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.804s] 2020-11-06 16:59:56.941 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.081s] 2020-11-06 16:59:56.981 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.040s] 2020-11-06 16:59:57.013 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.032s] 2020-11-06 16:59:57.032 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2020-11-06 16:59:58.500 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.171s] 2020-11-06 17:00:02.423 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2020-11-06 17:00:05.390 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.704s] 2020-11-06 17:00:09.056 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.630s] 2020-11-06 17:00:10.938 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.545s] 2020-11-06 17:00:24.644 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [23.821s] 2020-11-06 17:00:35.923 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.281s] 2020-11-06 17:00:47.184 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.260s] 2020-11-06 17:00:47.403 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.154s] 2020-11-06 17:00:51.342 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.158s] 2020-11-06 17:01:05.649 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.245s] 2020-11-06 17:01:14.757 34 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [62.289s] 2020-11-06 17:01:25.693 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.044s] 2020-11-06 17:01:36.742 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [11.047s] 2020-11-06 17:01:39.585 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [48.238s] 2020-11-06 17:01:42.147 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.567s] 2020-11-06 17:01:45.113 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.514s] 2020-11-06 17:01:48.281 34 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.511s] 2020-11-06 17:01:48.739 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.238s] 2020-11-06 17:01:50.279 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-11-06 17:01:55.068 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.381s] 2020-11-06 17:01:57.820 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.289s] 2020-11-06 17:01:58.170 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.349s] 2020-11-06 17:01:58.730 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.082s] 2020-11-06 17:02:03.248 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2020-11-06 17:02:03.258 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2020-11-06 17:02:03.301 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.042s] 2020-11-06 17:02:03.350 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.048s] 2020-11-06 17:02:03.398 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2020-11-06 17:02:03.467 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.068s] 2020-11-06 17:02:03.558 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.091s] 2020-11-06 17:02:03.623 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.064s] 2020-11-06 17:02:03.676 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.052s] 2020-11-06 17:02:03.731 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.055s] 2020-11-06 17:02:07.191 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.018s] 2020-11-06 17:02:08.202 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.855s] 2020-11-06 17:02:08.326 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.251s] 2020-11-06 17:02:09.745 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.542s] 2020-11-06 17:02:12.059 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.311s] 2020-11-06 17:02:12.950 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.891s] 2020-11-06 17:02:14.031 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.080s] 2020-11-06 17:02:14.062 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-11-06 17:02:14.092 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.029s] 2020-11-06 17:02:14.139 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.047s] 2020-11-06 17:02:14.173 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.032s] 2020-11-06 17:02:14.186 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2020-11-06 17:02:14.199 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-11-06 17:02:14.211 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2020-11-06 17:02:14.256 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.044s] 2020-11-06 17:02:14.265 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2020-11-06 17:02:14.314 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.049s] 2020-11-06 17:02:14.326 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-11-06 17:02:14.391 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.065s] 2020-11-06 17:02:14.613 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.222s] 2020-11-06 17:02:14.673 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.059s] 2020-11-06 17:02:14.734 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.702s] 2020-11-06 17:02:14.735 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.060s] 2020-11-06 17:02:14.745 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-11-06 17:02:14.796 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.050s] 2020-11-06 17:02:14.850 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.054s] 2020-11-06 17:02:14.906 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.055s] 2020-11-06 17:02:14.960 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.053s] 2020-11-06 17:02:16.411 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.675s] 2020-11-06 17:02:16.468 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.060s] 2020-11-06 17:02:23.658 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.125s] 2020-11-06 17:02:23.768 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.109s] 2020-11-06 17:02:24.193 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.975s] 2020-11-06 17:02:32.742 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.544s] 2020-11-06 17:02:34.792 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.459s] 2020-11-06 17:02:40.957 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.214s] 2020-11-06 17:02:48.596 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.068s] 2020-11-06 17:02:48.656 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.059s] 2020-11-06 17:02:48.713 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.057s] 2020-11-06 17:02:49.084 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.369s] 2020-11-06 17:02:49.236 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.151s] 2020-11-06 17:02:49.559 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.322s] 2020-11-06 17:02:49.624 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.065s] 2020-11-06 17:02:49.695 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.071s] 2020-11-06 17:02:49.750 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.959s] 2020-11-06 17:02:49.775 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.080s] 2020-11-06 17:02:49.852 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.076s] 2020-11-06 17:02:49.918 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.066s] 2020-11-06 17:02:50.043 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.124s] 2020-11-06 17:02:50.166 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.122s] 2020-11-06 17:02:50.239 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.073s] 2020-11-06 17:02:50.315 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.076s] 2020-11-06 17:02:55.876 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.289s] 2020-11-06 17:02:55.936 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.059s] 2020-11-06 17:03:06.966 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [17.217s] 2020-11-06 17:03:39.136 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.755s] 2020-11-06 17:03:39.877 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.740s] 2020-11-06 17:03:40.762 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.884s] 2020-11-06 17:03:41.534 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.771s] 2020-11-06 17:03:42.322 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.788s] 2020-11-06 17:03:43.122 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.798s] 2020-11-06 17:03:43.700 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.580s] 2020-11-06 17:03:44.303 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.603s] 2020-11-06 17:03:46.484 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [2.181s] 2020-11-06 17:03:47.227 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.740s] 2020-11-06 17:03:48.012 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.786s] 2020-11-06 17:03:49.957 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.945s] 2020-11-06 17:03:50.553 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.595s] 2020-11-06 17:03:51.139 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.585s] 2020-11-06 17:03:51.570 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.432s] 2020-11-06 17:03:52.115 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.544s] 2020-11-06 17:03:52.576 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.460s] 2020-11-06 17:03:54.123 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.547s] 2020-11-06 17:03:59.801 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.317s] 2020-11-06 17:04:00.136 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.335s] 2020-11-06 17:04:02.318 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.503s] 2020-11-06 17:04:03.873 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-11-06 17:04:08.776 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.422s] 2020-11-06 17:04:09.096 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.319s] 2020-11-06 17:04:15.251 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.463s] 2020-11-06 17:04:15.608 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.356s] 2020-11-06 17:04:18.156 34 INFO rally.task.context [-] Verification 278c0ab3-8282-4761-bb9e-c221ae370181 | Context testr@default cleanup() started 2020-11-06 17:04:18.157 34 INFO rally.task.context [-] Verification 278c0ab3-8282-4761-bb9e-c221ae370181 | Context testr@default cleanup() finished in 0.76 msec 2020-11-06 17:04:18.157 34 INFO rally.task.context [-] Verification 278c0ab3-8282-4761-bb9e-c221ae370181 | Context tempest@default cleanup() started 2020-11-06 17:04:18.316 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e0dcf029_0aEp0lCr'. 2020-11-06 17:04:18.479 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e0dcf029_0aEp0lCr' has been deleted. 2020-11-06 17:04:18.480 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '09a50f05-b092-460a-b7be-faa2b25c7a09' of option 'instance_type' from Tempest config file. 2020-11-06 17:04:18.481 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '09a50f05-b092-460a-b7be-faa2b25c7a09' has been removed. 2020-11-06 17:04:18.482 34 INFO rally.task.context [-] Verification 278c0ab3-8282-4761-bb9e-c221ae370181 | Context tempest@default cleanup() finished in 0.33 sec 2020-11-06 17:04:18.523 34 INFO rally.api [-] Verification (UUID=e0dcf029-285f-4eba-a71c-1aae9e89e395) has been successfully finished for deployment 'opnfv-rally' (UUID=9c0a4d5c-5f41-4175-9620-2a1d5045b115)! 2020-11-06 17:04:20.508 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:04:20.509 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:04:20.509 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:04:22.324 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:04:22.324 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:04:22.324 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:04:24.986 77 INFO rally.api [-] Building 'html' report for the following verification(s): 'e0dcf029-285f-4eba-a71c-1aae9e89e395' 2020-11-06 17:04:25.014 77 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:04:26.738 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:04:26.739 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:04:26.739 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:04:29.228 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e0dcf029-285f-4eba-a71c-1aae9e89e395' 2020-11-06 17:04:29.240 79 INFO rally.api [-] The report has been successfully built.