2020-06-16 08:44:34.997 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:34.998 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:34.998 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:44:37.585 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-16 08:44:37.585 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 08:44:37.585 7 ERROR rally.cli.cliutils 2020-06-16 08:44:39.255 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:39.255 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:39.256 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:44:43.780 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:43.780 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:43.781 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:44:48.665 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:48.666 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:48.666 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:44:50.163 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:50.163 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:50.163 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:44:52.458 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-16 08:44:52.458 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 08:44:52.458 17 ERROR rally.cli.cliutils 2020-06-16 08:44:54.074 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:54.074 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:54.075 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:44:56.412 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 08:44:56.483 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1274403e-d448-4b5b-a4b0-e30f2a9306c2/repo. 2020-06-16 08:44:56.710 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1274403e-d448-4b5b-a4b0-e30f2a9306c2/repo'... done. ' 2020-06-16 08:44:56.724 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 08:44:56.748 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 08:44:56.843 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 08:44:57.569 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1274403e-d448-4b5b-a4b0-e30f2a9306c2) has been successfully created! 2020-06-16 08:44:59.446 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:44:59.447 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:44:59.447 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:45:04.353 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:45:04.353 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:45:04.354 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:45:06.709 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1274403e-d448-4b5b-a4b0-e30f2a9306c2) for deployment 'opnfv-rally' (UUID=5f056f80-fd35-4e34-9436-2b80a6b785f6). 2020-06-16 08:45:07.310 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1274403e-d448-4b5b-a4b0-e30f2a9306c2) has been successfully configured for deployment 'opnfv-rally' (UUID=5f056f80-fd35-4e34-9436-2b80a6b785f6)! 2020-06-16 08:45:15.737 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:45:15.737 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:45:15.738 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:45:18.271 34 INFO rally.api [-] Starting verification (UUID=acda8c7b-5ebe-45e7-9fea-30eeda7b4a68) for deployment 'opnfv-rally' (UUID=5f056f80-fd35-4e34-9436-2b80a6b785f6) by verifier 'opnfv-tempest' (UUID=1274403e-d448-4b5b-a4b0-e30f2a9306c2). 2020-06-16 08:45:19.116 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 08:45:19.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1274403e-d448-4b5b-a4b0-e30f2a9306c2/for-deployment-5f056f80-fd35-4e34-9436-2b80a6b785f6/tempest.log' to option 'log_file'. 2020-06-16 08:45:19.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1274403e-d448-4b5b-a4b0-e30f2a9306c2/for-deployment-5f056f80-fd35-4e34-9436-2b80a6b785f6/tempest.log 2020-06-16 08:45:19.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 08:45:19.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1274403e-d448-4b5b-a4b0-e30f2a9306c2/for-deployment-5f056f80-fd35-4e34-9436-2b80a6b785f6/lock_files' to option 'lock_path'. 2020-06-16 08:45:19.118 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1274403e-d448-4b5b-a4b0-e30f2a9306c2/for-deployment-5f056f80-fd35-4e34-9436-2b80a6b785f6/lock_files 2020-06-16 08:45:19.118 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-16 08:45:19.118 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-16 08:45:19.118 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a93efd2b-fb1d-424b-8f93-15b61431946d 2020-06-16 08:45:19.118 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b96f71fd-4d44-4386-be6c-37a436914628 2020-06-16 08:45:19.119 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e7098092-b13f-4d10-b90c-a76019e3771e 2020-06-16 08:45:19.119 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a9692585-7368-44c8-904f-488e39e7f2cf 2020-06-16 08:45:19.322 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 08:45:19.323 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_ebc56896-076f-454d-a4f8-df7048fb7ead 2020-06-16 08:45:19.323 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 08:45:19.407 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 08:45:19.442 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_740b9d4f_yx32VXLW'. Using flavor 'rally_verify_740b9d4f_yx32VXLW' (ID = e530bd21-0540-4d21-87e2-bcc915d0d429) for the tests. 2020-06-16 08:45:19.442 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e530bd21-0540-4d21-87e2-bcc915d0d429' to option 'instance_type'. 2020-06-16 08:45:19.442 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e530bd21-0540-4d21-87e2-bcc915d0d429 2020-06-16 08:45:19.443 34 INFO rally.task.context [-] Verification 1274403e-d448-4b5b-a4b0-e30f2a9306c2 | Context tempest@default setup() finished in 0.80 sec 2020-06-16 08:45:19.444 34 INFO rally.task.context [-] Verification 1274403e-d448-4b5b-a4b0-e30f2a9306c2 | Context testr@default setup() finished in 0.20 msec 2020-06-16 08:45:19.444 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e79d02ac-2383-4fe0-b40a-2384a90e490e'. 2020-06-16 08:45:31.796 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [0.048s] 2020-06-16 08:45:32.294 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [0.497s] 2020-06-16 08:45:32.481 34 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.188s] 2020-06-16 08:45:33.239 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [0.130s] 2020-06-16 08:45:34.032 34 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [0.792s] 2020-06-16 08:45:45.023 34 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.930s] 2020-06-16 08:45:54.678 34 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [9.280s] 2020-06-16 08:46:08.367 34 INFO rally.task.context [-] Verification 1274403e-d448-4b5b-a4b0-e30f2a9306c2 | Context testr@default cleanup() started 2020-06-16 08:46:08.367 34 INFO rally.task.context [-] Verification 1274403e-d448-4b5b-a4b0-e30f2a9306c2 | Context testr@default cleanup() finished in 0.57 msec 2020-06-16 08:46:08.368 34 INFO rally.task.context [-] Verification 1274403e-d448-4b5b-a4b0-e30f2a9306c2 | Context tempest@default cleanup() started 2020-06-16 08:46:08.504 34 INFO rally.task.context [-] Verification 1274403e-d448-4b5b-a4b0-e30f2a9306c2 | Context tempest@default cleanup() finished in 0.14 sec 2020-06-16 08:46:08.520 34 INFO rally.api [-] Verification (UUID=acda8c7b-5ebe-45e7-9fea-30eeda7b4a68) has been successfully finished for deployment 'opnfv-rally' (UUID=5f056f80-fd35-4e34-9436-2b80a6b785f6)! 2020-06-16 08:46:10.367 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:46:10.368 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:46:10.368 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:46:11.988 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:46:11.988 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:46:11.988 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:46:14.408 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'acda8c7b-5ebe-45e7-9fea-30eeda7b4a68' 2020-06-16 08:46:14.429 51 INFO rally.api [-] The report has been successfully built. 2020-06-16 08:46:16.166 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:46:16.166 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:46:16.166 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:46:18.509 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'acda8c7b-5ebe-45e7-9fea-30eeda7b4a68' 2020-06-16 08:46:18.511 53 INFO rally.api [-] The report has been successfully built.